OCPBUGS-101991: CVE-2026-33814 openshift4/ose-monitoring-plugin-rhel9: Go HTTP/2: Denial of Service via malformed SETTINGS_MAX_FRAME_SIZE frame [openshift-4.22] - #1202
Conversation
…rhel9: Go HTTP/2: Denial of Service via malformed SETTINGS_MAX_FRAME_SIZE frame [openshift-4.22]
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
@tonyxrmdavidson: This pull request references Jira Issue OCPBUGS-101991, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
@tonyxrmdavidson not sure this is the right approach to fix this, I think it will be better to upgrade the go version in |
|
@jgbernalp in sustaining we fix the golang cves in all golang versions. So as not to have to bump golang. In this case 4.22 is built by default by ART with 1.25 and we try to keep this fixed. |
|
/lgtm |
|
/test ? |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jgbernalp, tonyxrmdavidson The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/test e2e-monitoring |
|
/label qe-approved |
|
@tonyxrmdavidson: This pull request references Jira Issue OCPBUGS-101991, which is invalid:
Comment DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/jira refresh |
|
@tonyxrmdavidson: This pull request references Jira Issue OCPBUGS-101991, which is valid. The bug has been moved to the POST state. 7 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira (ocp-sustaining-admins@redhat.com), skipping review request. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/test e2e-monitoring |
676717b
into
openshift:release-4.22
|
@tonyxrmdavidson: Jira Issue OCPBUGS-101991: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-101991 has been moved to the MODIFIED state. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Fix included in release 4.22.0-0.nightly-2026-09-16-175651 |
Remediates CVE-2026-33814, a denial-of-service vulnerability in Go's HTTP/2 implementation (golang.org/x/net) where a malformed SETTINGS_MAX_FRAME_SIZE frame can be used to crash or hang a server.
Changes
Testing